DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1RowUpdatingEventArgs<TCommandImpl> Class / BaseCommand Property

In This Topic
    BaseCommand Property (C1RowUpdatingEventArgs<TCommandImpl>)
    In This Topic
    Gets or sets the System.Data.IDbCommand object for an instance of this class.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Property BaseCommand As IDbCommand
    protected override IDbCommand BaseCommand {get; set;}
    See Also